home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple WWDC 1996
/
WWDC96_1996 (CD).toast
/
Technology Materials
/
MacOS 8 Resources
/
Developer Tools
/
Mac OS 8 Interfaces & Libraries
/
Interfaces
/
CIncludes
/
DriverServices.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-05-01
|
914b
|
39 lines
/*
File: DriverServices.h
Contains: Driver Services Interfaces.
Version: Technology: PowerSurge 1.0.2 and beyond (including Copland)
Release: Universal Interfaces 3.0d3 on Copland DR1
Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
Bugs?: If you find a problem with this file, send the file and version
information (from above) and the problem description to:
Internet: apple.bugs@applelink.apple.com
AppleLink: APPLE.BUGS
*/
#ifndef __DRIVERSERVICES__
#define __DRIVERSERVICES__
#ifndef __CONDITIONALMACROS__
#include <ConditionalMacros.h>
#endif
#ifndef __DRIVERSUPPORT__
#include <DriverSupport.h>
#endif
#ifndef __DRIVERSYNCHRONIZATION__
#include <DriverSynchronization.h>
#endif
#ifndef __DEVICEMANAGERSUPPORT__
#include <DeviceManagerSupport.h>
#endif
#ifndef __INTERRUPTS__
#include <Interrupts.h>
#endif
#endif /* __DRIVERSERVICES__ */